home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 3171 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: news.ox.ac.uk!worc0223
  2. From: worc0223@news.ox.ac.uk (Benjamin Hutchings)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: What NEW Amigas SHOULD have
  5. Date: 25 Jan 1996 23:21:44 GMT
  6. Organization: Oxford University, England
  7. Message-ID: <4e93a8$g4l@news.ox.ac.uk>
  8. References: <Pine.SOL.3.91.960122185550.12014B-100000@ns1> <4e2kpu$46k@ccub.wlv.ac.uk> <Pine.SOL.3.91.960123192342.13863D-100000@ns1> <850.6597T896T2877@mailbox.swipnet.se>
  9. NNTP-Posting-Host: sable.ox.ac.uk
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Niklas Brunlid (kjell.brunlid@mailbox.swipnet.se) wrote:
  13. [...]
  14. : Exactly what function does the clicking have? It's not "checking if a disk has
  15. : been inserted", so it must be "I want a disk NOW!"... ?
  16.  
  17. To ensure that all disk changes are noted, the "disk inserted" signal goes
  18. high (inactive) immediately a disk is removed, but will only be pulled low
  19. (active) when a disk is inserted AND a command is sent to the drive. The
  20. original standard way to do this (and the only totally safe way) is to send
  21. a skip in command followed by a skip out command - this movement makes the
  22. click sound.
  23.  
  24. The various NOCLICK programs solve this by instead sending a skip out
  25. command, which is safe with _most_ drives because they are intelligent enough
  26. to ignore the command (the head will already be over track 0), but
  27. dangerous for some older drives which would eventualy bash their heads
  28. against the drive casing... The 2.0 and later ROMs have this feature
  29. built in, which can be activated by setting a bit in the unit structure of
  30. trackdisk.device for each drive. This is how multi-function commodities
  31. implement NOCLICK nowadays; in the bad old OS 1.3 days this required
  32. serious hacking...
  33.  
  34. --
  35. Ben Hutchings, student. Finger me on worc0223@sable.ox.ac.uk for various info.
  36. email: benjamin.hutchings@worc.ox.ac.uk  WWW: http://sable.ox.ac.uk/~worc0223/
  37. Users of the world unite! You have nothing to lose but your Micro$oft software
  38.